home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / INIT.SAM < prev    next >
Text File  |  1989-12-31  |  2KB  |  86 lines

  1. #
  2. # Sample global init file
  3. #
  4. #    THIS IS JUST AN EXAMPLE OF WHAT YOU CAN DO IN THE GLOBAL
  5. #    SEQUENCE FILE.  DO NOT USE IT AS IS (OR YOU WILL BE IN BIG
  6. #    TROUBLES :-).
  7.  
  8. # these are some of the variables you may want to set-up globally;
  9. # check with the manual to see if you really need them!
  10.  
  11. set default-distribution local
  12. set default-save-file +$G
  13. set header-lines _FODn=S
  14. set include-art-id
  15. set mail-format
  16. set mark-overlap
  17. set newsrc
  18. set pager /bin/less
  19. set printer lp -s -dnews-pr
  20. set retry-on-error 2
  21. set save-counter .%02d
  22.  
  23. sequence
  24.  
  25.     # groups everybody should read first (local groups)
  26. < texas.
  27. < general
  28.  
  29.     # also put local test first -- if users want to experiment, they want
  30.     # to see the results immediately.
  31. < test
  32.  
  33.     # ignore some groups for ordinary users; anybody can get these
  34.     # by including them in their own init file.
  35.  
  36.     # ignore non-local test groups
  37. ! .test
  38.     # ignore offensive groups
  39. ! .sex
  40. ! .bizarre
  41. ! rec.humor
  42.  
  43.     # the default sequence for the other groups
  44.     # subgroups are presented in alphabetical order
  45.  
  46.     # danish/scandinavian groups
  47. dk.
  48. nordunet.
  49.  
  50.     # ordinary users will not get any of the following groups.
  51.     #
  52.     # they mey include a @ in their private presentation
  53.     # sequence to disable the '!!' operator, or they may include
  54.     # the (few) groups they want to see.
  55. #### ONLY USE THE FOLLOWING LINE WHEN YOU UNDERSTAND WHAT ####
  56. #### IT DOES AND YOU WANT THIS BEHAVIOUR ON YOUR SYSTEM   ####
  57. # !!
  58.  
  59.     # european groups
  60.     # read eunet.general before eunet.followup and other eunet groups
  61. eunet.general
  62. eunet.followup
  63. eunet.
  64.  
  65.     # new groups are presented here
  66. NEW
  67.  
  68.     # world groups - prefer technical groups to other groups.
  69. gnu.
  70. news.
  71. comp.
  72. sci.
  73. bionet.
  74. alt.
  75. rec.
  76. misc.
  77. talk.
  78.  
  79.     # delay junk (we then only see non-cross postings.)
  80. > junk
  81.  
  82. # groups that are not mentioned above will be shown here in alphabetical
  83. # order
  84.  
  85.  
  86.